home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / nyword23.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-11-04  |  1KB  |  43 lines

  1. rem --------------------------------------------------------------------
  2. rem Make the directory \NYW on drive C and create a few subdirectories.
  3. rem This installation procedure assumes you have a hard disk (drive C).
  4. rem --------------------------------------------------------------------
  5. c:
  6. cd \
  7. md nyw
  8. cd \nyw
  9. rem --------------------------------------------------------------------
  10. rem           Process NYWMAIL - the mail merge facility
  11. rem             (You get this when you register)
  12. rem --------------------------------------------------------------------
  13. if not exist a:nywmail.arc  goto a2
  14. md nywmail
  15. cd nywmail
  16. copy a:nywmail.arc /v
  17. a:arce nywmail
  18. del nywmail.arc
  19. cd ..
  20. rem --------------------------------------------------------------------
  21. rem           Process NYWHELP - the help files
  22. rem --------------------------------------------------------------------
  23. :a3
  24. if not exist a:nywhelp.arc  goto a4
  25. md help
  26. cd help
  27. copy a:nywhelp.arc /v
  28. a:arce nywhelp
  29. del nywhelp.arc
  30. cd ..
  31. rem --------------------------------------------------------------------
  32. rem           Extract the docs and the main NYWord files
  33. rem --------------------------------------------------------------------
  34. :a4
  35. copy a:read.me /v
  36. copy a:nyword23.arc /v
  37. a:arce nyword23
  38. del *.arc
  39. del arce.com
  40. echo on
  41. rem ======= NYWord is now installed in subdirectory \NYW =========
  42. pause
  43.